2005-10-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
for the selection window. (#318806, Alex Larsson)
+2005-10-20 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
+ for the selection window. (#318806, Alex Larsson)
+
2005-10-18 Federico Mena Quintero <federico@ximian.com>
Fixes bug #317999:
+2005-10-20 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
+ for the selection window. (#318806, Alex Larsson)
+
2005-10-18 Federico Mena Quintero <federico@ximian.com>
Fixes bug #317999:
attributes.y = widget->allocation.y;
attributes.width = widget->allocation.width;
attributes.height = widget->allocation.height;
- attributes.window_type = GDK_WINDOW_TEMP;
+ attributes.window_type = GDK_WINDOW_CHILD;
attributes.wclass = GDK_INPUT_ONLY;
attributes.override_redirect = TRUE;
attributes.cursor = gdk_cursor_new_for_display (gtk_widget_get_display (widget),